Zadig 文档
Zadig
教程
博客
论坛
关于
中文英文
Zadig
教程
博客
论坛
关于
Zadig v4.2
Loading...
     编辑文档
     反馈问题
     社区讨论

    本页导航

    All-in-One

    This guide is for quickly deploying Kubernetes and Zadig on a single cloud host or VM, suitable for first-time users.

    Warning

    All in One installation does not support version upgrade or high availability. Not for production use.

    # Step 1: Prepare Linux Machine

    Warning

    It is recommended to use a clean OS to avoid installation failures due to software conflicts.

    # Hardware Requirements

    OSRecommended Configuration
    Ubuntu 16.04/18.04/20.04CPU: 8 cores RAM: 16 GB Disk: 50 GB
    CentOS 7.4–8.3CPU: 8 cores RAM: 16 GB Disk: 50 GB

    Recommended: 8C16G (Zadig uses 4C8G, supports two concurrent workflows)

    # Network Requirements

    • Internet access required

    # Other

    • Install as root, do not use sudo
    • curl required
    • Open ports 30000–32767

    Tip

    If using SSH, add ServerAliveInterval 60 to your local ~/.ssh/config to prevent timeout.

    # Step 2: Download Installation Script

    Choose a source based on your network and add execute permission.

    GitHub:

    curl -LO https://github.com/koderover/zadig/releases/download/v4.2.1/all_in_one_install_quickstart.sh
    chmod +x ./all_in_one_install_quickstart.sh
    
    1
    2

    Official:

    curl -L https://download.koderover.com/install?type=all-in-one -o all_in_one_install_quickstart.sh
    chmod +x ./all_in_one_install_quickstart.sh
    
    1
    2

    Tip

    The following environment variables are supported. Defaults are used if not set. You can set them before running the script if needed.

    # Example: set IP and PORT
    export IP=<node external ip>
    export PORT=<any port between 30000~32767>
    
    1
    2
    3
    VariableDefaultRequiredDescription
    NAMESPACEzadigNoKubernetes namespace
    IPIP or DOMAINAccess IP
    PORTIf using IPPort 30000–32767
    SERVICE_TYPENodePortNoNodePort or LoadBalancer
    ENCRYPTION_KEYNoGenerated at install. Save for reinstall/data decryption.

    # Step 3: Install

    # Set access address
    export IP=<IP>
    export PORT=<any port between 30000–32767>
    ./all_in_one_install_quickstart.sh
    
    1
    2
    3
    4
    Install result

    Installation takes about 30 minutes, depending on hardware and network. When the output matches the image above, installation is complete.

    # Step 4: Verify

    Check service status:

    kubectl -n zadig get po
    
    1

    # Step 5: Access

    Access endpoint

    Access address is shown in output.

    Tip

    See License for license setup.

    # Uninstall

    export NAMESPACE=zadig
    # Choose the uninstall script version matching your installation
    curl -SsL https://github.com/koderover/zadig/releases/download/v4.2.1/uninstall.sh | bash
    
    1
    2
    3

    ← OverviewLocal Setup→

    资源
    教程
    论坛
    博客
    公司
    关于
    客户故事
    加入我们
    联系我们
    微信扫一扫
    hello@koderover.com

    © 2026 筑栈(上海)信息技术有限公司 沪 ICP 备 19000177 号 - 1

    •  跟随系统
    •  浅色模式
    •  深色模式
    •  阅读模式